
Matrix Inversion Sample for JCuda - http://www.jcuda.org
========================================================

This is an example of a matrix inversion with JCuda. 

- The original kernels and the host implementation have been
  developed by Christoph Wagner (Hochschule Mannheim) in his
  diploma thesis in the ZAFH-AMSER project 
  (http://www.zafh-servicerobotik.de). 
  The source code has been published in the NVIDIA Forum at
  http://forums.nvidia.com/index.php?showtopic=80108
  
- The implementation is based on a presentation held by
  Christian Heinrich (Fraunhofer SCAI) which is available
  on http://www.scai.fraunhofer.de/fileadmin/ArbeitsgruppeTrottenberg/SS08/seminar/Seminar_Heinrich.pdf

- The original host implementation has been ported to JCuda
  by Marco Hutter (http://www.jcuda.org)
  
